home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / raytr / r3v2rect.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  482 b   |  27 lines

  1.  
  2. // JavaScript wrapper for r3v2rect.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_V2RECT_H = 1;
  7. include("real/raytr/r3frobj.js")
  8. include("oops/r3vector.js")
  9.  
  10.  
  11. var R3CLID_V2DRECTANGLE = 447;
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. function r3V2drectangle () { 
  19.    this.base = r3God;
  20.    if(arguments.length) {
  21.       this.base(R3CLID_V2DRECTANGLE, arguments);
  22.    }
  23.    // Attributes
  24. }
  25.  
  26. r3V2drectangle.prototype=new r3Frobject;
  27. // r3v2rect.h_H